home *** CD-ROM | disk | FTP | other *** search
/ Workbench Design / WB Collection.iso / datatypes / wpg.datatype / wpg.datatype.guide (.txt) < prev    next >
Amigaguide Document  |  1996-04-07  |  6KB  |  123 lines

  1. @DATABASE "wpg.datatype.guide"
  2. @$VER: wpg.datatype.guide 39.0 (19.4.95)
  3. @AUTHOR "Arthur Pijpers"
  4. @NODE Main "wpg.datatype Documentation"
  5. @{B}Table of Contents@{UB}
  6. @{" Legal                                  " link Legal}
  7. @{" Introduction                           " link Introduction}
  8. @{" Requirements                           " link Requirements}
  9. @{" How to Install                         " link Installation}
  10. @{" What is a wpg file ?                   " link wpg }
  11. @{" Implementation Details (Release Notes) " link Implementation}
  12. @{" Revision history                       " link History}
  13. @{" Acknowledgements                       " link Acknowledgements}
  14. @{" Author                                 " link Author}
  15. @ENDNODE
  16. @NODE Introduction
  17. @{B}Introduction@{UB}
  18. This is V39.0 of the @{"wpg" link wpg} datatype. The version information can be verified
  19. by using the AmigaDOS @{B}version@{UB} command on the datatype file
  20. SYS:classes/datatypes/wpg.datatype after installation.
  21. Once installed, the wpg datatype means that any datatype-aware programs can
  22. read @{"wpg" link wpg} image files.
  23. Examples of this are that a wpg image can be used as a Workbench screen
  24. backdrop, and Multiview can be used to display them.
  25. @ENDNODE
  26. @NODE Legal
  27. @{B}Legal@{UB}
  28. The wpg datatype is freely distributable, but you may not charge for it,
  29. other than for reasonable media and distribution costs such as those charged
  30. by Fred Fish, the Aminet CD and other reputable PD libraries.
  31. The wpg datatype can be distributed as part of a datatype collection, but
  32. then you have to supply both the 68000 and the 68020 version.
  33. If you really use this datatype, please send me some E-Mail. I'd like to know
  34. if people really use these things.
  35. @ENDNODE
  36. @NODE Requirements
  37. @{B}Requirements@{UB}
  38. Datatypes were introduced with Workbench 3.0, so the main requirement is
  39. that you have this version of the OS. Presumably, any future versions of the
  40. OS will also support them.
  41. Do not try to install the datatype if you are using an OS older than 3.0
  42. (i.e. 1.3, 2.04, or 2.1).  The correct directories do not exist, and nothing
  43. will work even if you create them.  I'm afraid you'll have to find some
  44. other program to view your @{"wpg" link wpg} files with.
  45. When you use the datatype on a computer without the AGA chipset, then 
  46. pictures with more than 16 colours are automatically dithered to the
  47. maximum number of available colours, unless you have a graphical card added.
  48. @ENDNODE
  49. @NODE Installation
  50. @{B}How to Install@{UB}
  51. Installation can be done in one of two ways:
  52. 1) Using Installer
  53. 2) Manual Installation
  54. If you have a copy of Installer, you can simply double click on the
  55. wpg.datatype.install icon and follow the onscreen instructions. The
  56. Installer script follows the manual sequence below, so you are advised to
  57. read it quickly so that you know what to expect.
  58. If you do not have Installer, (which is strange, because you have
  59. Workbench 3), then follow the procedure below:
  60. 1) Copy the file wpg.datatype.68000 or wpg.datatype.68020 to the directory
  61. SYS:classes/datatypes and rename it to wpg.datatype (SYS: is a logical name
  62. for the disk you boot from).  You can perform the copy either from the
  63. Workbench or the Shell. Use the 68020 version only on Amigas with a 68020
  64. processor or higher.
  65. 2) Decide whether you want the datatype to be permanently enabled, or
  66. manually run whenever you want to use it.  Proceed to step 3 for a
  67. permanently enabled installation, otherwise proceed to step 4.
  68. 3) Copy the file "WPG" to the directory DEVS:Datatypes (DEVS: is a
  69. logical directory on the disk you boot from.  It is the same as the DEVS
  70. drawer on the boot disk).  If using the Shell, you will also have to
  71. manually copy the icon file "wpg.info".  When you reboot your system,
  72. the wpg datatype will be avaliable for use.
  73. 4) Copy the file "WPG" to the directory SYS:Storage/Datatypes. If
  74. using the Shell, you will also have to manually copy the icon file
  75. "wpg.info".
  76. The wpg datatype will not be available until you double click on the
  77. "WPG" icon, at which point it will remain installed until a reboot.
  78. This completes installation.
  79. @ENDNODE
  80. @NODE wpg
  81. @{B}What is a wpg file ?@{UB}
  82. A wpg file is a graphical file. It is used by WordPerfect in most of
  83. their programs. A wpg file can contain bitmap graphics, but also vector
  84. graphics and other information. Only the bitmap is supported. Other
  85. information is ignored.
  86. @ENDNODE
  87. @NODE Implementation
  88. @{B}Implementation Details (Release Notes)@{UB}
  89. These are the release notes for V39.0 of the wpg datatype.
  90. This implementation will decode @{"wpg" link wpg} bitmap files in up to 256
  91. colours. Vector images are not supported.
  92. If you are using Multiview to display @{"wpg" link wpg} files without the SCREEN
  93. tooltype/parameter, the @{"wpg" link wpg} file will be displayed in a window on the
  94. Workbench, it will be quantised down to however many colours you have set up
  95. on your Workbench screen.
  96. If you are using Multiview with the SCREEN tooltype/parameter, the datatype
  97. will choose the screen resolution that it thinks is most appropriate for
  98. displaying the image from the selection available in the display database.
  99. This decision is made using the BestModeID function, and is based on the
  100. size, colour count and aspect ratio of the image.
  101. @ENDNODE
  102. @NODE History
  103. @{B}Revision History@{UB}
  104. Version 39.0 released 19-4-1995
  105.  - First release
  106. @ENDNODE
  107. @NODE Acknowledgements
  108. @{B}Acknowledgements@{UB}
  109. Many thanks to John Hendrikx (Textdemo/FastView) for the Chunky2Planar
  110. routine.
  111. Thanks to Kees Huizer for uploading this to Aminet
  112. wpg datatype was compiled using SAS/C V6.55
  113. @ENDNODE
  114. @NODE Author
  115. @{B}Author@{UB}
  116. Arthur Pijpers
  117. Please feel free to contact me at:
  118. Usenet  : arthurp@grafix.xs4all.nl
  119. FidoNet :  2:286/407.37
  120. AMYNet  : 39:153/201.37
  121. NLANet  : 14:101/200.37
  122. @ENDNODE
  123.